home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10443 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  838 b 

  1. Path: uwm.edu!msunews!news
  2. From: eisenbe4@pilot.msu.edu (eisenbe4@pilot.msu.edu)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: assembly code in c ?
  5. Date: Sun, 17 Mar 1996 22:51:44 GMT
  6. Organization: Michigan State University
  7. Message-ID: <4ii5cn$ab3@msunews.cl.msu.edu>
  8. References: <314C6E40.5111@cs.concordia.ca>
  9. NNTP-Posting-Host: pm101-21.dialip.mich.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. "Aaron H. Chu" <chuhc@cs.concordia.ca> wrote:
  13.  
  14. >Dear netters,
  15.  
  16. >I would like to know whether it is possble to embed assembly
  17. >codes in a c program.
  18.  
  19. >What about the problems when writing codes on different
  20. >platforms ?  Do I need to know the register sets well
  21. >before I attempt to write the program ?
  22.  
  23. >Replies should direct to me and suggestios are welcomed
  24.  
  25. >Thanks in advance
  26.  
  27. >Aaron
  28.  
  29.  Yes you can program ASM into C.  Its called in-line assemble
  30.  
  31.